Microsoft Windows Graphic

To identify the domain naming master

Using the Windows interface

  1. Open Active Directory Domains and Trusts.
  2. Right-click Active Directory Domains and Trusts, and then click Operations Master.
  3. Under Domain naming operations master, view the current domain naming operations master.

Notes

Using a command line

  1. Open Command Prompt.
  2. Type:

    dsquery server -hasfsmo name

Value Description
-hasfsmo Finds the domain controller (server object) that currently holds the requested operations master role.
name Requests the domain naming master of the forest.

Notes

Related Topics